home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Steal This CD
/
steal_this_cd.iso
/
Chapter 07 - Where the Hackers Are
/
virc200.exe
/
{app}
/
ViRC2.chm
/
cmd
/
removefromial.txt
< prev
next >
Wrap
Text File
|
2002-07-30
|
540b
|
17 lines
<p class=syntax>Syntax:<br>
RemoveFromIAL <var>nick</var></p>
<p>Removed a nick's address from the internal address list (IAL).</p>
<pre class=example>Example:
// don't want GetAddress putting nicks in the IAL for you?
// override it with an alias...
Alias GETADDRESS
// leading * calls the built-in function
@l $address = $*GetAddress($1)
RemoveFromIAL $1
@ $fresult = $address
EndAlias</pre>
<p class=seealso>See also: <a href="../func/isinial.txt">IsInIAL</a>,
<a href="removefromial.txt">RemoveFromIAL</a></p>